Auto merge of #3347 - ibabushkin:master, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 1 Dec 2016 01:32:51 +0000 (01:32 +0000)
committerbors <bors@rust-lang.org>
Thu, 1 Dec 2016 01:32:51 +0000 (01:32 +0000)
commit80ec9e0fb7e0574493dc9a9a6891c82b6b1ce512
treee507549e3007cb845f5f53f2c7dd7179f34ef0f7
parent294c7e5c2bf4903d476df5367a3df29de9e4e85e
parentfaa8074dc40a3dc58f699b2c8f2e15aa0d7e7bf0
Auto merge of #3347 - ibabushkin:master, r=alexcrichton

Reordered rustc arguments.

This adresses #3276 .

Some tests I can't run locally might still fail, I'm fixing those.

The core change is rather trivial, simply reorder some existing code, and update tests to match the new results.